Course Exercises

What I Learned:

XML is a text-based markup language used for the storage, altering, and transportation of data . It is "user-defined", meaning the tags and structure of the document are set by the coder. Each XML element is considered a node, and these nodes combined form a "parent-child" hierarchy in the XML DOM; XML documents always begin with a root node.